/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/back_main.jpg) repeat-x;
	font-size:12px;
	color:#666;
	text-align:center;
	font-family:Arial;
}


/*      index     */
.nav { color:#FFF; font-size:14px; line-height:46px; font-weight:bold; }
.nav a {
	display:block;
	width:100px;
	height:46px;
	float:left;
	color:#FFF;
	text-decoration:none;
}
.nav a:hover {
	background:#444444 center center;
	color:#ffff00;
	text-decoration:none;
}

.i_contact {
	background:url(../images/i_contact.jpg) 0 0 no-repeat;
	line-height:16px;
}
.foot_nav {
	background:url(../images/foot_back.jpg) 0 0 repeat-x;
	color:#444444;
}
.foot_nav a { color:#444444; text-decoration:none; }
.foot_nav a:hover { color:#FFF; text-decoration:none; }

.footer { line-height:20px; }
.footer span { font-family:Arial; font-size:10px;}

/*          index  end          */

/*          page           */

.p_contact {
	background:url(../images/p_contact.jpg) 0 0 no-repeat;
	line-height:16px;
}

.tit {
	background:url(../images/p_tit_back.jpg) repeat-x;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

.content {
	line-height:22px;
	padding:20px 0;
}
.content a { color:#666; text-decoration:none; }
.content a:hover { color:#ff6600; text-decoration:none; }

